This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
Yet another problem with using the ckeditor in a classic Domino app.
We have found that indenting text using the Notes client causes a problem with the CKEditor. If the indented text contains fomatting (bold, color, etc), the editor removes it and does not allow any formatting to be added. Use the following html as an example.
<b><font face="Arial">This is rich text bold black. It is not indented.</font></b>
<ul><font color="#FF0000" face="Courier">This is Courier font (monospace) that has been indented. The text color is red.</font><br>
<font color="#FF0000" face="Courier">Line 2</font><br>
<font color="#FF0000" face="Courier">Line 3</font></ul>
<font size="4" face="Arial">This is unindented arial text</font><br>
The editor would change this to:
<b><font face="Arial">This is rich text bold black. It is not indented.</font></b>
<ul>
This is Courier font (monospace) that has been indented. The text color is red.<br />
Line 2<br />
Line 3
</ul>
<font face="Arial" style="font-size: 12pt">This is unindented arial text</font>
You will notice that the font tags withing the unordered list have been removed. If I manually remove the <ul> tags, I can then indent the text and add fonts and color. The CKEditor uses a paragraph <p> with a left margin to do indentation. Any idea on this?
Feedback response number WEBB8MLPKY created by ~Joseph Zenjumimarli on 10/13/2011